Skip to main content

All Sets

This script returns all the Set structs.

Note: This will eventually be long

Returns: [UFC_NFT.SetData] - A list of all the Set structs.

import UFC_NFT from 0xUFCNFTADDRESS

pub fun main(): [UFC_NFT.NFTSetData] {
return UFC_NFT.getAllSets()
}